/**************************************/


/*************[公用start]**************/


/**************************************/

body {
	overflow-x: hidden;
	font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6,
dl {
	margin: 0px;
}

div.clear {
	clear: both;
	height: 0;
	width: 0;
}

input,
textarea,
select,
a:focus {
	outline: none;
}

a {
	text-decoration: none;
	color: inherit;
	cursor: pointer;
}

ul,
li {
	padding: 0;
	margin: 0;
	list-style: none
}

img {
	border: 0;
	/*	width: 100%;*/
	max-width: 100%;
}

div.wp {
	width: 1640;
	/*主要内容区尺寸大小，每次制作前更新！！！ */
	margin: 0 auto;
}

div.wp2 {
	padding: 0 140px;
}

.fl {
	float: left;
}

.fr {
	float: right;
}


.tran {
	transition: all .3s ease-out 0s;
}

/*图片中心放大代码区域*/

.img-box {
	/*图片盒子类名*/
	overflow: hidden;
}

.img-box img {
	transition: .3s;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;

	/* ueco 时间曲线*/
	width: 100%;
	max-width: 100%;
}

.img-box:hover img {
	/*图片中心放大代码*/
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}


.imgbox_a {
	position: relative;
	padding-bottom: 100%;
	overflow: hidden;
	display: block;
}


.imgbox_a>img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100% !important;
	height: 100% !important;
}

.imgbox_hover>img {
	/* ueco 鏃堕棿鏇茬嚎*/
	/*transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; */
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.imgbox_hover:hover>img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

@font-face {
	font-family: 'dinpro';
	src: url(../font/DINPRO.OTF);
}

@font-face {
	font-family: 'bebas';
	src: url(../font/bebas.TTF);
}





/*图片中心放大代码区域*/

/**************************************/

/************[公用over]****************/

/**************************************/



/*header-start*/

/**************************************************************/

#header {
	width: 100%;
	position: fixed;
	z-index: 9999;
	background: #fff;
}

.header-center {
	position: relative;
	align-items: center;
	height: 88px;
}

.pc-logo {
	width: 243px;
	height: 119px;
	flex-shrink: 0;
	margin-right: 15px;
	position: absolute;
	z-index: 2;
}

.home-nav-box {
	padding-left: 368px;
	flex-grow: 1;
	display: flex;
	align-items: center;
	height: 100%;
	justify-content: space-between;
}

.home-nav-list {
	flex-grow: 1;
	height: 100%;
}

.home-nav-list>ul {
	display: flex;
	align-items: center;
	height: 100%;
}

.home-nav-list>ul>li {
	flex: 1;
	text-align: center;
	position: relative;
	height: 100%;
}

.home-nav-list>ul>li.cur a {
	color: #d2392b;
}

.home-nav-list>ul>li a {
	height: 100%;
	line-height: 88px;
	color: #000;
	display: block;
	font-size: 18px;
}

.home-nav-list>ul>li :hover {
	color: #d2392b;
}


.home-nav-list>ul>li ul.nav-drop-down,
.pc-nav ul li.cur ul.nav-drop-down {
	position: absolute;
	top: 88px;
	width: 100%;
	z-index: 99;
	background: #fff;
	display: none;
}

.home-nav-list>ul>li ul.nav-drop-down li {
	width: 100%;
}

.home-nav-list>ul>li ul.nav-drop-down li a {
	color: #000;
	border: none;
	font-weight: normal;
	font-size: 15px;
	border-bottom: 1px solid #ececec;
	height: 50px;
	line-height: 50px;
	background: none;
}

.home-nav-list>ul>li ul.nav-drop-down li:last-child a {
	border-bottom: none;
}

.home-nav-list>ul>li ul.nav-drop-down li a:hover {
	font-weight: normal;
	color: #fff;
	background: #d2392b;
	;
}

.home-nav-list>ul>li:hover .nav-drop-down {
	display: block;
}

.header-rbox {
	height: 102px;
	width: 68px;
	display: flex;
	flex-shrink: 0;
	align-items: center;
}

.search {
	height: 102px;
	width: 68px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.search img {
	width: 26px;
	height: 26px;
}


.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
}

.ph-banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 6px;
}

.banner .swiper-pagination-bullet-active,
.ph-banner .swiper-pagination-bullet-active {
	background-color: #4064e7;
}

#header_sj {
	display: none;
}

.banner {
	text-align: center;
	display: block;
}

.banner .swiper-container .swiper-slide img {
	width: 100%;
}

.banner .swiper-button-prev {
	width: 57px;
	height: 57px;
	background: url(../images/banner-jtl.png);
	margin-left: 50px;
}

.banner .swiper-button-next {
	width: 57px;
	height: 57px;
	background: url(../images/banner-jtr.png);
	margin-right: 50px;
}

.ph-banner {
	display: none;
}


/********[手机导航开始]**********/

#header-2 {
	display: none;
	height: 68px;
	/*border-bottom:0px solid #035cac;*/
	box-shadow: 0 4px 8px -3px #000;
	position: fixed;
	top: 0px;
	left: 0;
	width: 100%;
	z-index: 1001;
	background-color: #fff;
	/*background-color: #0089d0;*/

}

.nav-2 {
	display: none;
	background-color: #fff;
	position: relative;
	z-index: 900;

}

.nav-2>ul>li {
	border-top: 1px dotted #ccc;
	position: relative;
}


.jiaspan {
	position: absolute;
	width: 30px;
	height: 30px;
	background-image: url(../images/jia.png);
	background-repeat: no-repeat;
	background-position: center;
	top: 8px;
	right: 14px;
}

.jiaspan.cur {
	background-image: url(../images/jian.png);
}

.nav-2>ul>li:first-child {

	/*border-top: 0;*/

}

.nav-2>ul>li>a {
	padding: 12px 10px;
	display: block;
	font-size: 16px;
	width: 100%;
	color: #333;
	font-family: "anb";
	text-transform: uppercase;
}

.nav-2>ul>li>ul {
	padding-bottom: 10px;
	display: none;
}

.nav-2>ul>li>ul>li>a {
	padding: 6px 10px;
	display: block;
	font-size: 14px;
	padding-left: 25px;
	width: 100%;
	color: #666;
}

/*.downla-2 {

	padding: 5px 0 10px;

	display: none;

}

.downla-2 dd{

	padding-left: 30px;

}

.downla-2 dd a{

	font-size: 14px;

	display: inline-block;

	padding: 3px 0;

	width: auto;

}*/

/*.nav-2 li a:hover{

	color:#1a0d07;

}*/

.nav-2-form {
	padding: 10px;
	position: relative;
}

.nav-2-form input[type="image"] {
	position: absolute;
	right: 19px;
	top: 17px;
	width: 18px;
}

.nav-2-form .form-control {
	padding-right: 50px;
}

.logo-2 {
	font-size: 0;
	width: 318px;
	margin-left: 15px;
	margin-top: 8px;
}

.logo-2 img {
	display: block;
	padding-top: 0px;
}

.menu2 {
	margin-right: 15px;
	height: 68px;
	font-size: 0;
}

.menu2 li {
	cursor: pointer;
	margin-left: 15px;
	float: right;
	margin-top: 24px;
}

.menu2 li+li {
	margin-top: 21px;
}

.menu2 li img {
	/*vertical-align: middle;*/
}

.chenggao {
	display: none;
	height: 75px;
}

#nav-2-heidi {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 800;
	background-image: url(../images/heidi.png);
	display: none;
}

.nav-2-form {
	padding-bottom: 20px;
}

.nav-2-form .form-control {
	height: 42px;
	line-height: 42px;
}

.nav-2-form input[type="image"] {
	top: 22px;
}

/********[手机导航结束]**********/


#main {
	background: #fff;
}



.margin-t {
	margin-top: 42px;
}

.padding-t {
	padding-top: 42px;
}

.box1 {
	background: #f6f5f0;
}

.home-about-box {
	position: relative;
	height: 480px;
}

.home-about {
	background: #fff;
	border-radius: 28px;
	width: 100%;
	position: absolute;
	z-index: 3;
	top: -56px;
	padding-bottom: 56px;
	display: flex;
	padding: 56px;
}

.home-tit {
	font-size: 42px;
	height: 80px;
	background: url(../images/tit-bj-h.png) no-repeat left bottom;
}

.home-inf-box1 h2 {
	font-size: 16px;
	line-height: 1.75;
	color: #333;
	margin-top: 32px;
	margin-bottom: 32px;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.home-inf-box2 ul {
	display: flex;
	justify-content: space-between;
}

.home-inf-box2 ul li {
	width: 50%;
	float: left;
	display: flex;
	flex-grow: 1;
	flex-direction: column;
	border-right: 1px solid #eaeaea;
	align-items: center;
}

.home-inf-box2 ul li:first-child {
	width: 25%;
	align-items: flex-start;
}

.home-inf-box2 ul li:last-child {
	width: 25%;
	align-items: flex-end;
	border-right: none;
}

.home-inf-box2 ul li span {
	display: block;
	padding-bottom: 10px;
	color: #f5ab6a;
}

.home-dp {
	display: flex;
	width: 638px;
	padding: 45px;
	flex-shrink: 0;
	height: 298px;
	background: #d2392b;
	border-radius: 28px;
	margin-left: 126px;
}

.home-dp-box1 {
	width: 148px;
	flex-shrink: 0;
	margin-right: 68px;
	margin-left: 52px;
}

.home-zxdp a {
	width: 148px;
	height: 148px;
	padding-top: 108px;
	background: url(../images/ico-dp.png) no-repeat;
	display: block;
	text-align: center;
	color: #000000;
	font-size: 20px;
}

.home-zxdp-tel {
	width: 148px;
	padding: 8px 12px 0px;
	text-align: justify;
	text-justify: distribute-all-lines;
	text-align-last: justify;
	text-align: center;
	display: flex;
	flex-direction: column;
}

.home-zxdp-tel span {
	color: #fff;
	font-size: 18px;
	display: block;
}

.home-dp-box2 {
	flex-grow: 1;

}

.home-dp-box2 ul {
	margin-bottom: -28px;
	overflow: hidden;
}

.home-dp-box2 ul li {
	float: left;
	width: 50%;
	margin-bottom: 28px;
}

.home-dp-box2 ul li a {
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #fff;
}

.home-dp-box2 ul li a span {
	margin-top: 8px;
}

.home-about-list {
	padding-top: 410px;
}

.home-about-list ul li {
	width: 20%;
	float: left;
	text-align: center;
}

.home-about-list ul li a {
	position: relative;
}

.home-about-list ul li a::before {
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	background: url(../images/star.png) no-repeat;
	left: -30px;
	top: 0px;
}

.home-about-list ul li a::after {
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	background: url(../images/star.png) no-repeat;
	right: -30px;
	top: 0px;
}

.home-product-box {
	position: relative;
	height: 716px;
	display: block;
}

.home-tit-wirte {
	font-size: 42px;
	height: 80px;
	color: #fff;
	background: url(../images/tit-bj-w.png) no-repeat center bottom;
	position: absolute;
	z-index: 3;
	top: 90px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.ph-product-box {
	display: none;
}

.ph-product-item {
	position: relative;
	height: 270px;
	padding: 15px;
}

.ph-product-txt {
	position: absolute;
	z-index: 2;
	text-align: center;
	top: 50%;
	left: 50%;
	width: 100%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.ph-product-txt i {
	width: 66px;
	height: 65px;
	margin: 0px auto;
	display: block;
}

.ph-product-txt span {
	color: #fff;
	display: block;
}

.ph-product-box .owl-dots {
	display: flex;
	justify-content: center;
}

.ph-product-box .owl-dots .owl-dot {
	width: 8px;
	height: 8px;
	background: #cecece;
	margin: 15px 3px 0px;
	border-radius: 10px;
}

.ph-product-box .owl-dots .owl-dot.active {
	background: #1376da;
}

.home-product-main {
	position: absolute;
	width: 100%;
	height: 716px;
	top: 0px;
	z-index: 2;
	background: url(../images/product-bj.jpg) no-repeat top center;
}

.home-product-main ul {
	height: 100%;
}

.home-product-main ul li {
	width: 25%;
	height: 100%;
	float: left;
	display: block;
	position: relative;
	border-right: 1px solid rgba(255, 255, 255, 0.15);

}

.home-product-main ul li.cur {
	background: rgba(0, 0, 0, 0.3);
}

.home-product-main ul li:last-child {
	border: none;
}

.home-product-main ul li a {
	display: block;
	color: #fff;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	padding-left: 30px;
	padding-right: 30px;
}

.home-product-main ul li a i {
	display: block;
}

.home-product-main ul li a span {
	display: block;
	margin-bottom: 30px;
	font-size: 34px;
}

.home-product-main ul li a h2 {
	font-size: 16px;
	line-height: 1.8;
	opacity: 0.6;
}

.home-yw-more {
	width: 98px;
	height: 98px;
	background: rgba(255, 255, 255, 0.3);
	border-radius: 100%;
	line-height: 98px;
	text-align: center;
	margin: 30px auto 0px;
	display: none;
}

.home-product-pic {
	width: 100%;
	height: 716px;
	position: absolute;
	z-index: 1;
	top: 0px;
}

.home-product-piclist {
	height: 100%;
	display: none;
}
.home-product-piclist:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
}
.home-product-piclist.cur {
	height: 100%;
	display: block;
}

.home-product-main ul li.cur .home-yw-more {
	display: block;
}

.home-product-main ul li.cur .home-yw-more:hover {
	background: #d2392b;
}





.box3 {
	padding-top: 30px;
	padding-bottom: 30px;
}

.home-tit-c {
	font-size: 42px;
	height: 80px;
	background: url(../images/tit-bj-h.png) no-repeat center bottom;
}

.zizhi-main {
	overflow: hidden;
	margin-top: 30px;
}

.zizhi-list {
	background: #fff;
	border-radius: 28px;
	padding: 44px;
}

.zizhi-list a:hover .home-news-time span:first-child {
	color: red;
}

.zizhi-main .owl-nav {
	width: 100%;
	height: 36px;
	margin-top: 24px;
	position: absolute;
	display: flex;
	justify-content: space-between;
}

.zizhi-main .owl-nav .owl-prev {
	width: 36px;
	height: 36px;
	background: url(../images/jt-l.png) no-repeat;
	text-indent: 999999px;
}

.zizhi-main .owl-nav .owl-next {
	width: 36px;
	height: 36px;
	background: url(../images/jt-r.png) no-repeat;
	text-indent: 999999px;
}

.zizhi-main .owl-nav .owl-prev:hover {
	background: url(../images/jt-lh.png) no-repeat;
}

.zizhi-main .owl-nav .owl-next:hover {
	background: url(../images/jt-rh.png) no-repeat;
}

.zizhi-main .owl-dots {
	width: 100%;
	height: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 24px;
}

.zizhi-main .owl-dots .owl-dot span {
	width: 8px;
	height: 8px;
	background: #f5ab6a;
	display: block;
	border-radius: 10px;
	margin: 0px 5px;
}

.zizhi-main .owl-dots .owl-dot.active span {
	background-color: #fff;
	border: 3px solid #d2392b;
	width: 13px;
	height: 13px;
}

.home-news-inf {
	text-align: left;
	padding-top: 15px;
}

.news-time-box {
	display: flex;
	justify-content: space-between;
	height: 106px;
	padding-bottom: 32px;
	align-items: flex-end;
}

.home-news-time {
	display: flex;
	align-items: flex-end;
}

.home-news-time span {
	font-size: 14px;
}

.home-news-time span:first-child {
	font-size: 80px;
	margin-bottom: -20px;
	font-weight: bolder;
	display: flex;
	align-items: flex-end;
	margin-right: 12px;
}

.home-news-tit {
	font-size: 14px;
	color: #f5b073;
}

.home-news-more {
	width: 32px;
	height: 10px;
	margin-top: 34px;
	display: block;
}

.home-news-inf h1 {
	font-size: 20px;
	line-height: 32px;
	height: 64px;
	/*    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow:ellipsis; */
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-top: 8px;
	margin-bottom: 15px;
}

.home-news-inf h2 {
	font-size: 14px;
	font-weight: normal;
	line-height: 22px;
	height: 44px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	color: #888888;
	margin-bottom: 8px;
}

.box3.margin-t {
	margin-top: 15px;
}

.news-main {
	margin-top: 30px;
	overflow: hidden;
}

.pic-switch {
	width: 682px;
	margin-right: 24px !important;
	overflow: hidden;
}

.pic-switch i.imgbox_a {
	padding-bottom: 71.85%;
}

.pic-switch ul li .tver {
	position: absolute;
	bottom: 0px;
	color: #fff;
	z-index: 999999;
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: rgba(0, 0, 0, 0.5);
	padding-left: 15px;
	padding-right: 90px;
	overflow: hidden;
}

.pic-switch .flex-control-nav {
	right: 8px;
	bottom: 8px;
	height: 24px;
}

.pic-switch .flex-control-nav li a {
	width: 24px;
	height: 24px;
	font-size: 13px;
}

.flex-control-paging li a {
	line-height: 24px !important;
}

.box4 {
	height: 702px;
	padding-top: 80px;
	padding-bottom: 80px;
	background: #f3f6fd;
}

.home-product {
	display: flex;
	justify-content: space-between;
}

.home-product-list ul li {
	height: 33.3333%;
	display: flex;
	align-items: center;
}

.home-product-list ul li .product-tb {
	width: 64px;
	height: 64px;
	margin-right: 10px;
	flex-shrink: 0;
}

.product-tit h1 {
	font-size: 22px;
	font-weight: bolder;
}

.product-tit h2 {
	font-size: 16px;
	color: #666;
	margin-top: 10px;
	line-height: 26px;
}

.home-product-list2 ul li {
	display: flex;
	justify-content: flex-end;
}

.home-product-list2 ul li .product-tb {
	order: 2;
	width: 64px;
	height: 64px;
	margin-left: 10px;
	margin-right: 0px;
}

.home-product-list2 ul li .product-tit {
	text-align: right;
}

.home-tit-box {
	display: flex;
	justify-content: center;
}



.pc-ygfc {

	padding-top: 42px;

}

.home-xcly-box {
	background: #fff;
	border-radius: 28px;
	padding: 72px;
	overflow: hidden;
	margin-top: 42px;
	margin-bottom: 42px;
}

.home-xcly-box1 {
	width: 50%;
}

.home-xcly-box2,
.home-xcly-box3 {
	width: 25%;
	padding-left: 20px;
}

.home-xcly dl {
	width: 100%;
}

.home-xcly-box1 dl dt i.imgbox_a {
	padding-bottom: 73.26%;
}

.home-xcly-box2 dl dt i.imgbox_a {
	padding-bottom: 154.85%;
}

.home-xcly-box3 dl dt i.imgbox_a {
	padding-bottom: 74.64%;
}

.home-xcly-box3 {
	margin-bottom: -20px;
	overflow: hidden;
}

.home-xcly-box3 dl {
	padding-bottom: 20px;
}

.home-xcly dl a {
	display: block;
	position: relative;
	overflow: hidden;
}

.home-xcly dd {
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	height: 0px;
	line-height: 48px;
	background: rgba(210, 57, 43, 0.8);
	position: absolute;
	bottom: 0px;
	text-align: left;
	z-index: 9;
	color: #fff;
	transition: height 500ms;
	-moz-transition: height 500ms;
	/* Firefox 4 */
	-webkit-transition: height 500ms;
	/* Safari 和 Chrome */
	-o-transition: height 500ms;
	/* Opera */
}

.home-xcly dl a:hover dd {
	height: 48px;
}

.home-xcly-main {
	background: #fff;
	padding: 40px;
	border-radius: 28px;
	margin-top: 40px;
	margin-bottom: 40px;
}

.home-xcly-main .owl-nav {
	width: 100%;
	padding: 0px 40px;
	height: 36px;
	margin-top: 24px;
	position: absolute;
	left: 0px;
	display: flex;
	justify-content: space-between;
}

.home-xcly-main .owl-nav .owl-prev {
	width: 36px;
	height: 36px;
	background: url(../images/jt-l.png) no-repeat;
	text-indent: 999999px;
}

.home-xcly-main .owl-nav .owl-next {
	width: 36px;
	height: 36px;
	background: url(../images/jt-r.png) no-repeat;
	text-indent: 999999px;
}

.home-xcly-main .owl-nav .owl-prev:hover {
	background: url(../images/jt-lh.png) no-repeat;
}

.home-xcly-main .owl-nav .owl-next:hover {
	background: url(../images/jt-rh.png) no-repeat;
}

.home-xcly-main .owl-dots {
	width: 100%;
	height: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 24px;
}

.home-xcly-main .owl-dots .owl-dot span {
	width: 8px;
	height: 8px;
	background: #f5ab6a;
	display: block;
	border-radius: 10px;
	margin: 0px 5px;
}

.home-xcly-main .owl-dots .owl-dot.active span {
	background-color: #fff;
	border: 3px solid #d2392b;
	width: 13px;
	height: 13px;
}


#footer {}

.footer-inf {
	display: flex;
	justify-content: space-between;
}

.home-footer {
	overflow: hidden;
	background: #303e48;
}

.home-top-main {
	padding-top: 40px;
	padding-bottom: 40px;
}

.footer-contact {
	width: 124px;
	margin-left: 120px;
	display: flex;
	justify-content: flex-end;
}

.footer-ewm {
	color: #fff;
	display: block;
	width: 112px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.footer-ewm i {
	width: 122px;
	height: 122px;
	display: block;
	border-radius: 10px;
	background: #fff;
	justify-content: center;
	align-items: center;
	display: flex;
}

.footer-ewm span {
	color: #fff;
	display: block;
	margin-top: 12px;
}

.footer-inf {
	overflow: hidden;
}

.footer-inf dl {
	text-align: left;
}

.footer-inf dt {
	padding-right: 20px;
	padding-bottom: 12px;
	font-size: 18px;
	color: #f5ab6a;
	font-weight: normal;
	margin-bottom: 10px;
	border-bottom: 1px solid #61676b;
}

.footer-inf dd {
	font-size: 16px;
	color: #fff;
	line-height: 30px;
}

.footer-down-main {
	height: 68px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 14px;
	color: #fff;
	border-top: 1px solid #61676b;
}

.footer-down-main span:first-child {
	display: flex;
	font-size: 14px;
	align-items: center;
}

.footer-down-main span:first-child h1 {
	font-size: 14px;
	margin-left: 15px;
}

.tk {
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0.6);
	position: fixed;
	z-index: 999;
}

.tk-main {
	height: 100vh;
	display: flex;
	align-items: center;
}

.tk-inf-box {
	width: 100%;
	border-radius: 15px;
	padding: 25px;
	background: #fff;
	position: relative;
}

.tk-close {
	position: absolute;
	right: -15px;
	top: -15px;
	width: 54px;
	z-index: 99999999;
}

.tk-close img {
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

.tk-close:hover img {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}

.tk-inf {
	height: 500px;
	background: #fff;
	overflow: auto;
	line-height: 1.75;
}

.tk-inf p {
	text-indent: 2em;
}

.tk {
	display: none;
}



/********[新闻]**********/

.ej-banner {
	height: 380px;
	margin: 0 auto;
	text-align: center;
}

.news-recommend {
	padding-bottom: 42px;
	border-bottom: 1px solid #f1f1f1;
}

.news-recommend-list a i.imgbox_a {
	padding-bottom: 66.44%;
}

.news-recommend-txt {
	padding-top: 10px;
}

.news-recommend-txt span {
	font-size: 14px;
	color: #999999;
}

.news-recommend-txt h2 {
	font-size: 18px;
	color: #000;
	margin-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news-list-box ul li {
	padding-top: 42px;
	padding-bottom: 42px;
	border-bottom: 1px solid #f1f1f1;
}

.news-list-box ul li a {
	display: flex;
	align-items: center;
}

.news-list-img {
	width: 314px;
	margin-right: 50px;
	flex-shrink: 0;
}

.news-list-img i.imgbox_a {
	padding-bottom: 66.24%;
}

.news-list-inf {
	flex-grow: 1;
}

.news-list-inf h1 {
	font-size: 18px;
	color: #000;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news-list-inf h4 {
	font-size: 14px;
	color: #999999;
	margin-top: 15px;
}

.news-list-inf h2 {
	font-size: 14px;
	color: #999999;
	margin-top: 15px;
	line-height: 1.5;
	height: 3em;
	overflow: hidden;
}

.news-list-inf h3 {
	font-size: 14px;
	color: #999999;
	margin-top: 15px;
}

.page {
	padding-top: 45px;
	padding-bottom: 45px;
	display: flex;
	justify-content: center;
}

.page a {
	padding: 6px 12px;
	background: #edeff2;
	border-radius: 3px;
	margin: 0 5px;
	font-size: 14px;
}

.page a:hover {
	background: #d2392b;
	color: #fff;
}




/************[单篇]****************/

.danpian {
	padding-top: 32px;
	padding-bottom: 32px;
}

.danpian-h1 {
	font-size: 24px;
	line-height: 1.6;
	color: #333;
	text-align: center;
	font-weight: bolder;
}

.danpian-h2 {
	font-size: 14px;
	line-height: 1.6;
	color: #999;
	text-align: center;
	border-bottom: 1px solid #eee;
	padding: 10px 0 15px;
}

.danpian-con {
	font-size: 14px;
	color: #666;
	line-height: 2;
	padding: 20px 0px 0px;
	min-height: 600px;
}

.danpian-con * {
	font-size: 16px !important;
	color: #666 !important;
	line-height: 2.4 !important;
}

.danpian-con img {

	margin: 15px auto;
}

.danpian-con p {

	text-indent: 2em;
}

.dan-page {
	padding-top: 10px;
	border-top: 1px solid #eee;
}

.dan-a {
	margin-top: 12px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.dan-a a {
	font-size: 16px;
	color: #666;
}

.dan-a a:hover {
	color: #004998;
}


.product-list h1 {
	text-align: center;
}

.product-list .product-service-tit {
	padding: 20px 0px;
	background: #d2392b;
}

.product-list .product-service-tit h1 {
	color: #fff;
}


/********[产品服务]**********/

.ej-mbx {
	border-bottom: 1px solid #ececec;
	height: 68px;
}

.ej-mbx-l ul li {
	float: left;
	height: 68px;
	line-height: 68px;
	margin-right: 24px;
}

.ej-mbx-l ul li a {
	height: 68px;
	line-height: 68px;
	display: block;
	font-size: 16px;
	color: #555555;
}
.ej-mbx-l ul li.cur a{
    color: #d2392b;
	border-bottom: 2px solid #d2392b;
}

.ej-mbx-l ul li a:hover {
	color: #d2392b;
	border-bottom: 2px solid #d2392b;
}

.ej-mbx-r {
	height: 68px;
	font-size: 14px;
	color: #999;
	display: flex;
	align-items: center;
}

.ej-mbx-r a {
	padding: 0 5px;
}

.ej-mbx-r a:hover {
	color: #1d6ab7;
}

.ej-mbx-r i {
	display: flex;
	align-items: center;
}

.ej-tit {
	font-size: 26px;
	padding-top: 42px;
	padding-bottom: 42px;
	display: flex;
	justify-content: center;
	font-weight: bolder;
}

.product-service>.row {
	margin-bottom: -45px;
	overflow: hidden;
}

.product-service-list {
	margin-bottom: 45px;
	padding: 0px 24px;
}

.product-service-list a {
	background: #fcfcfc;
	display: block;
	border-radius: 14px;
	overflow: hidden;
}

.product-service-list a i.imgbox_a {
	padding-bottom: 62.44%;
}

.product-service-tit {
	padding: 25px 15px 15px;
	position: relative;
}

.product-service-tit h1 {
	font-size: 16px;
	color: #000;
}

.product-service-tit h2 {
	font-size: 14px;
	color: #a9a9a9;
	margin-top: 10px;
	line-height: 1.5;
}

.product-ico {
	position: absolute;
	width: 74px;
	height: 92px;
	background: url(../images/pro-ico-bj.png) no-repeat;
	background-size: cover;
	top: -64px;
	right: 20px;
	z-index: 9;
	display: flex;
	align-items: center;
	justify-content: center;
}




/*************[招聘]**************/

.ej-job-box {
	padding-bottom: 32px;
}

.ej-job-tit {
	background: #f7f6f6;
	padding-bottom: 62px;
	padding-top: 62px;
	overflow: hidden;
}

.ej-job-tit-img {
	width: 592px;
	margin-left: 28px;
}

.ej-job-tit-img i.imgbox_a {
	padding-bottom: 72.3%;
}

.ej-job-tit-xx h1 {
	font-size: 28px;
	font-weight: bolder;
	color: #d2392b;
	margin-bottom: 24px;
}

.ej-job-tit-xx p {
	color: #323232;
	font-size: 16px;
	line-height: 30px;
	padding-top: 5px;
}

.ej-job-tit-xx h3 {
	color: #323232;
	font-size: 16px;
	line-height: 28px;
	margin-top: 32px;
}

.ej-job-tit-xx h3 p {
	margin: 0px;
	letter-spacing: 2px;
}

.ej-job-tit-xx h3 i {
	font-size: 14px;
	color: #666;
	letter-spacing: 3px;
}

.ej-job-tit-xx span {
	height: 55px;
	line-height: 55px;
	width: 328px;
	display: block;
	text-align: center;
	border-bottom-left-radius: 10px;
	border-top-right-radius: 10px;
	background: #f5ab6a;
	color: #fff;
	font-size: 16px;
	margin-top: 16px;
}

.ej-job-list {
	margin-top: 40px;
}

.ej-job-list-tit {
	overflow: hidden;
	text-align: center;
	font-size: 24px;
	padding-bottom: 34px;
}

.job-list-content ul li {
	height: auto;
	overflow: hidden;
	background: #f3f3f7;
	margin-top: 1px;
	color: #333;
}

.job-list-content ul li .job-list-name {
	padding-top: 18px;
	padding-bottom: 18px;
	overflow: hidden;
	position: relative;
}

.job-list-content ul li .job-list-name span {
	float: left;
	text-align: left;
	font-size: 16px;
}

.job-list-content ul li.intro {
	background: #d2392b;
	color: #fff;
}

.job-list-content ul li .job-list-name span:nth-child(1) {
	width: 64px;
	height: 20px;
	display: block;
	text-align: left;
	padding-left: 32px;
	background-image: url(../images/job-mum.jpg);
	background-repeat: no-repeat;
	background-position: 15px;
}

.job-list-content ul li.intro .job-list-name span:nth-child(1) {
	background-image: url(../images/job-mum2.png);
}

.job-list-content ul li .job-list-name span:nth-child(2) {
	width: 65%;
	height: inherit;
	display: block;
}

.job-list-content ul li .job-list-name span:nth-child(3) {
	width: 15%;
	height: inherit;
	display: block;
	text-align: left;
}

.job-list-content ul li .job-list-name .jt {
	width: 18px;
	height: 20px;
	position: absolute;
	right: 18px;
	top: 24px;
	background-image: url(../images/down-jt.png);
	background-repeat: no-repeat;
}



.job-list-content ul li.intro .job-list-name .jt {
	background-image: url(../images/down-jt2.png);
}


.job-list-content ul li .job-list-inf-con {
	min-height: 300px;
	background: #fff;
	border: 1px solid #e5e5e5;
	padding: 20px 30px 42px 30px;
	overflow: hidden;
	box-sizing: border-box;
	display: none;
	transition: height 2s;
	-moz-transition: height 2s;
	/* Firefox 4 */
	-webkit-transition: height 2s;
	/* Safari and Chrome */
	-o-transition: height 2s;
	/* Opera */
}

.job-list-content ul li:first-child .job-list-inf-con {
	display: block;
}

.job-list-content ul li .job-list-inf-con h1 {
	font-size: 22px;
	margin: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #333;
}

.job-list-content ul li .job-list-inf-con h2 {
	font-size: 16px;
	line-height: 28px;
	color: #999;
}

.job-list-content ul li .job-list-inf-con ul li {
	font-size: 16px;
	line-height: 32px;
	color: #8e8e8e;
	background: none;
}

.job-list-content ul li .job-list-inf-con ul li em {
	text-indent: none
}



/*************[旅游]**************/

.ej-box2 {
	background: #ebf6f0;
	padding-top: 20px;
	padding-bottom: 40px;
}

.box2-bj {
	height: 660px;
	background: url(../images/yw-bj.jpg);
	position: relative;
}

.box2-bj:before {
	content: "";
	position: absolute;
	width: 40%;
	height: 520px;
	background: #fff;
	right: 0px;
	top: 140px;
}

.dl-main {
	margin-top: 40px;
	margin-bottom: 40px;
}

.dl-main i.imgbox_a {
	padding-bottom: 31.51%;
}


.jingqu-tit {
	overflow: hidden;
}

.jingqu-tit ul {
	display: flex;
	justify-content: center;
}

.jingqu-tit ul li {
	margin: 0 12px;
	float: left;
	text-align: center;
	position: relative;
}

.jingqu-tit ul li:before {
	content: "";
	height: 14px;
	width: 1px;
	background: #e7e7e7;
	position: absolute;
	right: -12px;
	top: 10px;
}

.jingqu-tit ul li:last-child:before {
	display: none;
}

.jingqu-tit ul li.cur a {
	background: #f9c602;
	color: #fff;
}

.jingqu-tit ul li a {
	padding: 5px 15px;
	line-height: 24px;
	background: #f0f1f3;
	color: #333;
	font-size: 14px;
	display: block;
	width: 100%;
	text-align: center;
}

.jingqu-tit ul li a:hover {
	background: #f9c602;
	color: #fff;
}

.jingqu-box {
	margin-top: 24px;
	margin-left: -5px;
	margin-right: -5px;
}

.jingqu-list {
	display: block;
}

.jingqu-main .owl-item {
	padding: 10px;
}

.jingqu-item {
	padding: 20px;
	border: 10px;
	background: #fff;
	box-shadow: 0px 0px 12px #ccc;
	border-radius: 14px;
}

.jingqu-item i.imgbox_a {
	padding-bottom: 65.72%;
}

.jingqu-item span {
	text-align: center;
	padding-top: 10px;
	line-height: 1.75;
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.jingqu-item a:hover span {
	color: #d2392b;
}

.jingqu-main .owl-dots {
	width: 100%;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.jingqu-main .owl-dots .owl-dot span {
	width: 8px;
	height: 8px;
	background: #f5ab6a;
	display: block;
	border-radius: 10px;
	margin: 0px 5px;
}

.jingqu-main .owl-dots .owl-dot.active span {
	background-color: #fff;
	border: 3px solid #d2392b;
	width: 13px;
	height: 13px;
}

.ej-box2 {
	background: #f6f5f0;
	padding-top: 40px;
	padding-bottom: 40px;
}

.ssyl-main {
	margin-top: 20px;
	margin-bottom: 60px;
}

.ssyl-pic {
	padding-top: 15px;
	overflow: hidden;
	margin-bottom: -20px;

}

.ssyl-pic dl:first-child {
	width: 50%;
}

.ssyl-pic dl {
	width: 25%;
	padding-left: 20px;
	margin-bottom: 20px;
}

.ssyl-pic dl a {
	display: block;
	position: relative;
	overflow: hidden;
}

.ssyl-pic dl:first-child {
	padding-left: 0px;
}

.ssyl-pic dl:first-child .imgbox_a {
	padding-bottom: 60.52%;
}

.ssyl-pic dl .imgbox_a {
	padding-bottom: 61.18%;
}

.ssyl-pic dt {}

.ssyl-pic dd {
	width: 100%;
	height: 42px;
	line-height: 42px;
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	bottom: 0px;
	text-align: center;
	z-index: 9;
	color: #fff;
	transition: height 500ms;
	-moz-transition: height 500ms;
	/* Firefox 4 */
	-webkit-transition: height 500ms;
	/* Safari 和 Chrome */
	-o-transition: height 500ms;
	/* Opera */
}

.ssyl-pic dl a:hover dd {
	height: 0px;
}

.jqwh ul li {
	padding: 20px;
	border-radius: 300px;
	display: flex;
	align-items: center;
	margin-bottom: 24px;
}

.jqwh ul li.jqwh-list1 {
	background: #f0f8f4;
}

.jqwh ul li.jqwh-list2 {
	background: #faf8ee;
}

.jqwh ul li.jqwh-list3 {
	background: #fff5f4;
}

.jqwh-name {
	width: 148px;
	margin-right: 20px;
}

.jqwh-name-img {
	width: 148px;
	position: relative;
}

.jqwh-name-txt {
	width: 90px;
	text-align: center;
	position: absolute;
	z-index: 2;
	font-size: 36px;
	color: #fff;
	font-weight: bolder;
	letter-spacing: 8px;
	line-height: 44px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.jqwh-txt {
	line-height: 1.75;
}

#footer {
	background: #343434;
}

.home-footer {
	overflow: hidden;
	padding-top: 15px;
	padding-bottom: 15px;
	line-height: 1.5;
	text-align: center;
	color: #fff;
	font-size: 16px;
}






/*************[业务范围]**************/

.jiejue-item {
	padding: 40px 0;
}

.jiejue-pic {
	width: 40%;
}

.jiejue-pic img {
	display: block;
	width: 100%;
}

.jiejue-pic.fl {
	margin-right: 80px;
}

.jiejue-pic.fr {
	margin-left: 80px;
}

.jiejue-con {
	overflow: hidden;
	padding-top: 32px;
}

.jiejue-num {
	font-size: 58px;
	font-weight: bold;
	color: #e04b3e;
	line-height: 1;
}

.jiejue-h1 {
	font-size: 36px;
	color: #000;
	margin: 17px 0 12px;
}

.jiejue-p {
	font-size: 18px;
	color: #000;
	line-height: 1.8;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.jiejue-dl-h1 {
	font-size: 18px;
	color: #000;
	font-weight: bold;
	padding: 20px 0 5px;
}

.jiejue-dl dl {
	margin: 0;
}

.jiejue-dl dd {
	font-size: 16px;
	color: #8c919b;
	line-height: 1.5;
	margin-top: 10px;
	background-image: url(../images/dian.png);
	background-repeat: no-repeat;
	background-position: left 10px;
	padding-left: 13px;
}

.jiejue-a {
	width: 160px;
	margin-top: 30px;
}

.jiejue-a a {
	height: 43px;
	line-height: 43px;
	border-radius: 999em;
	display: block;
	color: #fff;
	font-size: 16px;
	background-color: #f5ab6a;
	text-align: center;
}


.jiejue-a a:hover {
	background: #e04b3e;
}

/* .jiejue-item-hui {
	background: #fcf1f0;
} */



/*************[联系我们]**************/

.contact2{
	padding-bottom: 50px;
}

.map-wp{
	margin-top: 50px;
	height:546px;

}

.map{
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
}

.contact2-dl dl{
	margin:0;
	display: flex;
	justify-content: space-between;
}

.contact2-dl dd{
	min-height:65px;
	padding-left: 80px;
	padding-top: 7px;
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 50px;
}

.contact2-dl dd h1{
	margin:0;
	font-size: 16px;
	color: #555;
}

.contact2-dl dd h2{
	margin:0;
	font-size: 18px;
	color: #666;
	font-weight: bold;
	line-height: 1.6;
	margin-top: 10px;
}




/*************[大事记]**************/

.fazhan-nian{
	width: 137px;
	margin-right: 30px;
	font-size: 32px;
	color: #d2392b;
	font-family: 'Bahnschrift';
	background-image: url(../images/fazhan-nian.png);
	background-repeat: no-repeat;
	background-position: right 42%;
	line-height: 1;
}

.fazhan-con-wp{
	border:1px solid #f0f0f0;
	background-color: #fff;
	padding: 15px 30px;
	overflow: hidden;
}

.fazhan-con{
	font-size: 15px;
	color: #777777;
	line-height: 2;
	height: 76px;
	overflow: hidden;
}

.fazhan-div .swiper-slide{
	/*height: 172px!important;*/
}

.fazhan-div .swiper-container{
	height: 840px;
	overflow: hidden;
	position: relative;
	z-index: 25;
}

.fazhan-div{
	padding: 75px 0 60px;
	position: relative;
}

.fazhan-div::before{
	position: absolute;
	width: 1px;
	background-repeat: repeat-y;
	background-position: center top;
	background-image: url(../images/before2.png);
	content:"";
	top: 32px;
	bottom: 32px;
	left: 130px;
	z-index: 10;
}

.fazhan-up{
	position: absolute;
	width: 32px;
	height: 32px;
	top: 0;
	left: 115px;
	background-image: url(../images/up.png);
	-webkit-background-size: 100%;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	transition: background-image .3s;
}

.fazhan-up:hover{
	background-image: url(../images/uph.png);

}

.fazhan-down{
	position: absolute;
	width: 32px;
	height: 32px;
	bottom: 0;
	left: 115px;
	background-image: url(../images/down.png);
	-webkit-background-size: 100%;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	transition: background-image .3s;
}

.fazhan-down:hover{
	background-image: url(../images/downh.png);

}

.fazhan-up:focus{
	outline: none;
}

.fazhan-down:focus{
	outline: none;
}

.fazhan .mCSB_scrollTools .mCSB_draggerRail{
	background-color: #f5f5f5;
}

.fazhan .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width: 2px;
	background-color: #f5ab6a;
}


/********[视频]**********/

.video{
	overflow: hidden;
	margin-bottom: 34px;
}
.video-pic{
	position: relative;
}
.video-pic i.imgbox_a{
	padding-bottom: 64%;
}
.video-pic .video-txt{
	width: 100%;
	height: 56px;
	line-height: 56px;
	position: absolute;
	z-index: 3;
	color: #fff;
	bottom: 0px;
	background: rgba(0, 0, 0, 0.5);
	text-align: center;
}
.video-pic .video-play{
	position: absolute;
	z-index: 4;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	text-align: center;
	color: #fff;
	display: none;
}
.video-pic .video-play i{
	display: block;
}
.video-pic .video-play span{
	font-size: 16px;
}
.video-pic::before{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 3;
	background: rgba(0, 0, 0, 0.5);
	display: none;
}
.video a:hover .video-pic .video-txt{
	display: none;
}
.video a:hover .video-pic::before{
	display: block;
}
.video a:hover .video-pic .video-play{
	display: block;
}



/*************[商城]**************/
.shop-con{
	display:flex;
	justify-content: center;
	padding-top: 32px;
	padding-bottom: 32px;
}
.shop-ewm{
	width: 216px;
	flex-shrink: 0;
	padding-top: 60px;
}
.shop-ewm dl dd{
	margin-bottom: 15px;
}
.shop-ewm dl dd:last-child{
	margin-bottom: 0px;
}
.shop-ewm dl dd i{
	padding-bottom: 83.796%;
}
.shop-mp{
	width: 1200px;
	flex-shrink: 0;
}
.shop-mp h1{
	height: 60px;
	font-size: 24px;
	color: #d2392b;
	font-weight: bolder;
	margin-left: 15px;
}
.shop-mp-box{
	display: flex;
	width: 100%;
	height: 377px;
}
.shop-mp-box>span{
	width: 50%;
	display: block;
	margin-left: 15px;
}
.shop-mp-box>span i{
	padding-bottom: 64.36%;
}

